home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libgucharmap6 / README < prev    next >
Encoding:
Text File  |  2007-03-12  |  1.5 KB  |  53 lines

  1. This is the README for gucharmap.
  2.  
  3. gucharmap is a featureful unicode character map.
  4.  
  5.  
  6. COMPILING
  7.  
  8. gucharmap uses GTK+ 2.6 or later, which you can get from
  9. http://gtk.org/. 
  10.  
  11. If GNOME is available, gucharmap uses it, but only to make the Help
  12. menu.
  13.  
  14. To compile and install, do the usual
  15.  
  16.    ./configure
  17.    make
  18.    make install
  19.  
  20. There are two extra ./configure options:
  21.  
  22.   --disable-gnome disables GNOME-only functionality, even if the GNOME
  23.     libraries are found. 
  24.  
  25.   --disable-unihan disables CJK ideograph information. The ideograph
  26.     information includes definition and pronunciations in several
  27.     languages, and is extracted from [3]. Omitting the ideograph
  28.     information will reduce gucharmap's size by roughly 2 megabytes.
  29.  
  30.  
  31. CREDITS
  32.  
  33. gucharmap is Copyright (c) 2003 Noah Levitt, and is licensed to you
  34. under the terms of the GPL. See the file COPYING.
  35.  
  36. Large portions of gucharmap are generated from files published by
  37. unicode.org.  For the license information see the file named
  38. COPYING.UNICODE.
  39.  
  40. Data was gathered from the following URLs:
  41. [1] http://www.unicode.org/Public/UNIDATA/Blocks.txt
  42. [2] http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
  43. [3] http://www.unicode.org/Public/UNIDATA/Unihan.zip
  44. [4] http://www.unicode.org/Public/UNIDATA/NamesList.txt
  45.  
  46. gucharmap was influenced by Juliusz Chroboczek's ucm
  47. (http://www.pps.jussieu.fr/~jch/software/files/ucm-0.3.tar.gz), the
  48. Windows charmap, and GNOME's gcharmap.
  49.  
  50.  
  51. Noah Levitt <nlevitt ╨░t columbia.edu>
  52. $Id: README,v 1.18 2006/01/27 22:54:43 behdad Exp $
  53.